Drop unused variables
authorMatthias Clasen <mclasen@redhat.com>
Fri, 14 Nov 2014 16:47:24 +0000 (11:47 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 14 Nov 2014 16:48:50 +0000 (11:48 -0500)
Keeps the compiler happy.

gtk/gtkstack.c

index 514e989e161eb86e5c00110e49eb95dbf4802ee7..485d8a9cae427dae0eadc7a1245a42505d2d61fa 100644 (file)
@@ -586,8 +586,6 @@ gtk_stack_get_child_property (GtkContainer *container,
   GtkStack *stack = GTK_STACK (container);
   GtkStackPrivate *priv = gtk_stack_get_instance_private (stack);
   GtkStackChildInfo *info;
-  GList *list;
-  guint i;
 
   info = find_child_info_for_widget (stack, child);
   if (info == NULL)